home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mmdf / mmdf-IIb.43 / h / ap_norm.h < prev    next >
Encoding:
C/C++ Source or Header  |  1986-02-01  |  340 b   |  11 lines

  1. /* ap_norm.h - table declaration for ap_normalize.c */
  2.  
  3. /* Structure of translation table */
  4.  
  5. struct ap_hstab
  6. {
  7.     char   *name;                 /* Host (NODE) Name to look for       */
  8.     char   *at;                   /* use this a hostname                */
  9.     char   *dot;                  /* append this to mbox portion        */
  10. };
  11.